Microsoft DirectX 8.1 (C++)

IAMTimelineObj::Remove

The Remove method removes this object from the timeline (including subobjects but not children), for reinsertion elsewhere.

Syntax

HRESULT Remove( void );

Return Value

Returns S_OK.

Remarks

Call this method only if the application will immediately insert the object back into the timeline. It is an invalid operation to call this method without then reinserting the object. To remove an object permanently, call IAMTimelineObj::RemoveAll.

See Also